home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15079 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  947 b 

  1. Path: news.cam-ani.co.uk!news
  2. From: tim@cam-ani.co.uk (Tim Wheals)
  3. Newsgroups: comp.lang.c++
  4. Subject: Debugging Borland 4.5 DOS apps
  5. Date: Wed, 3 Apr 1996 15:20:35 GMT
  6. Organization: Cambridge Animation Systems Ltd
  7. Sender: news@cam-ani.co.uk
  8. Message-ID: <DpALAE.Bw8@cam-ani.co.uk>
  9. Keywords: borland pc c++ compiler
  10. X-NNTP-Posting-Host: gateway.cam-ani.co.uk
  11.  
  12. Is source level debugging of DOS applications possible using Borland C++  
  13. 4.5?   Trying to start the debugger for a DOS project results in  a  
  14. message along the lines of "Can only debug 16 bit Windows programs". 
  15.  
  16. Other than a debugging macro equivalent to inserting "cout<<XYZ<<flush;",  
  17. is there a way to see what is happening as the program runs?  
  18.  
  19. Another complication is the fact that the application is graphical, which  
  20. is fine for printing out values etc. (just redirect the output to a file)  
  21. but interactive debugging may pose more of a problem.
  22. Any tips?
  23.  
  24. Thanks,
  25. Tim.   
  26.